home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
AUDIO
/
MIDICOM2
/
MULTIMNP.DFM
/
MULTIMNP.txt
Wrap
Text File
|
1996-04-17
|
1KB
|
66 lines
object Form1: TForm1
Left = 200
Top = 98
Width = 523
Height = 299
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Menu = MainMenu1
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 16
object pnlColumnHeading: TPanel
Left = 0
Top = 0
Width = 515
Height = 25
Align = alTop
Alignment = taLeftJustify
Caption = 'Device Timestamp Message Data1 Data2 Description '
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object lstLog: TListBox
Left = 0
Top = 25
Width = 515
Height = 228
TabStop = False
Align = alClient
Color = clBlack
Ctl3D = False
Enabled = False
ExtendedSelect = False
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier'
Font.Style = [fsBold]
ItemHeight = 13
ParentCtl3D = False
ParentFont = False
TabOrder = 0
end
object MainMenu1: TMainMenu
Left = 32
Top = 56
object File1: TMenuItem
Caption = '&File'
ShortCut = 0
object mnuExit: TMenuItem
Caption = 'E&xit'
ShortCut = 0
OnClick = mnuExitClick
end
end
end
end